home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / programming / amigac / c_manual / colourwindow / colourwindow.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-25  |  209 b   |  13 lines

  1. /* Name: ColourWindow.h */
  2.  
  3. #define ERROR     0
  4. #define OK       10
  5. #define CANCEL   20
  6. #define QUIT     30
  7. #define WORKING  50
  8.  
  9. #define NOTHING   0
  10. #define COPY     10
  11. #define EXCHANGE 20
  12. #define SPREAD   30
  13.